runtime.mcache.tinyoffset (field)
6 uses
runtime (current package)
malloc.go#L1144: off := c.tinyoffset
malloc.go#L1164: c.tinyoffset = off + size
malloc.go#L1182: if !raceenabled && (size < c.tinyoffset || c.tiny == 0) {
malloc.go#L1185: c.tinyoffset = size
mcache.go#L41: tinyoffset uintptr
mcache.go#L306: c.tinyoffset = 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)